Tims 1.1/TBBSNC.CTL

14.6 KB b3499cceabbce63d…
;
; This file is a sample control file for the TBBSNC nodelist compiler
; program.  This control file may be modified to fit your calling
; circumstances, or just used as a guideline to understanding....
;
; Basic system data:
;
NODE 1:104/23                     ;Your network address
MAXBAUD 9600                      ;Baud rate limiter
MYLIST PVTNET.BBS                 ;Add private net 1003 data to list
;
PASSWORD 1:104/518 GONZO          ;define session passwords
PASSWORD 1:104/501 CHARLIE        ;for specific systems
;
;   Define modem flags for use in the TIMS SEND TYPE= command...
;
MODEMTRANS 1 HST                  ;HST becomes TYPE=1
MODEMTRANS 2 PEP                  ;PEP becomes TYPE=2
MODEMTRANS 3 V32                  ;V32 becomes TYPE=3
MODEMTRANS 4 V32B                 ;V32bis becomes TYPE=4
;
; Control switches, select as desired:
;
COMMENTS                          ;Show node list comments
;
;  Must specify generation of Version 7 nodelist files...
;
VERSION7 Interlist                 ;Create Version 7 nodelist and sysop names
;
; Phone number translation table:
;
;    The DIAL statement at the head of the file takes two arguments,
;    which are the default text to add to a phone number which is
;    domestic or international, respectively.
;
;    Each entry in the table consists of two parts.  The first part is
;    what to look for and strip off of a phone number.  The second part
;    is the text to be added.
;
;    The format for the text to add (in either the table itself or in
;    the table header) is any of:
;
;
;       prefix
;       prefix/suffix
;       /suffix
;       /
;
;    Examples follow:
;
DIAL     /    011-                ;Add 011- to international
;   1-303-     9.1-201-           ;Prefix only
;   1-201-     9.                 ;Strip area code, add prefix
;   1-201-     1-201-/1234        ;Suffix only
;   1-201-     /1234              ;Strip area code, add suffix
;   1-201-     9.1-201-/1234      ;Add prefix and suffix
;   1-201-     9./1234            ;Strip area code, add prefix and suffix
    1-303-233  233
    1-303-236  236
    1-303-237  237
    1-303-238  238
    1-303-252  252
    1-303-254  254
    1-303-270  270
    1-303-273  273
    1-303-280  280
    1-303-286  286
    1-303-287  287
    1-303-288  288
    1-303-289  289
    1-303-320  320
    1-303-321  321
    1-303-322  322
    1-303-329  329
    1-303-337  337
    1-303-341  341
    1-303-343  343
    1-303-344  344
    1-303-360  360
    1-303-361  361
    1-303-363  363
    1-303-364  364
    1-303-366  366
    1-303-367  367
    1-303-369  369
    1-303-371  371
    1-303-377  377
    1-303-394  394
    1-303-399  399
    1-303-420  420
    1-303-422  422
    1-303-423  423
    1-303-424  424
    1-303-425  425
    1-303-426  426
    1-303-427  427
    1-303-428  428
    1-303-429  429
    1-303-430  430
    1-303-431  431
    1-303-443  443
    1-303-444  444
    1-303-449  449
    1-303-452  452
    1-303-460  460
    1-303-466  466
    1-303-467  467
    1-303-477  477
    1-303-450  450
    1-303-451  451
    1-303-455  455
    1-303-458  458
    1-303-465  465
    1-303-469  469
    1-303-494  494
    1-303-497  497
    1-303-499  499
    1-303-526  526
    1-303-530  530
    1-303-534  534
    1-303-623  623
    1-303-642  642
    1-303-643  643
    1-303-650  650
    1-303-654  654
    1-303-659  659
    1-303-665  665
    1-303-670  670
    1-303-674  674
    1-303-671  671
    1-303-680  680
    1-303-690  690
    1-303-693  693
    1-303-696  696
    1-303-698  698
    1-303-699  699
    1-303-721  721
    1-303-730  730
    1-303-733  733
    1-303-744  744
    1-303-745  745
    1-303-750  750
    1-303-751  751
    1-303-752  752
    1-303-753  753
    1-303-755  755
    1-303-756  756
    1-303-759  759
    1-303-761  761
    1-303-763  763
    1-303-766  766
    1-303-770  770
    1-303-771  771
    1-303-777  777
    1-303-778  778
    1-303-779  779
    1-303-783  783
    1-303-789  789
    1-303-791  791
    1-303-794  794
    1-303-795  795
    1-303-796  796
    1-303-797  797
    1-303-798  798
    1-303-831  831
    1-303-839  839
    1-303-840  840
    1-303-896  896
    1-303-832  832
    1-303-841  841
    1-303-860  860
    1-303-863  863
    1-303-871  871
    1-303-922  922
    1-303-933  933
    1-303-935  935
    1-303-937  937
    1-303-939  939
    1-303-940  940
    1-303-969  969
    1-303-972  972
    1-303-973  973
    1-303-978  978
    1-303-979  979
    1-303-986  986
    1-303-988  988
    1-303-989  989
    1-303-     1-                 ;Strip area code, add nothing
;   1-         9.1-               ;Prefix all other numbers
END
;
;    The dialing table is scanned in order, and the first matching
;    entry is the one that is used.  The defaults are applied ONLY if
;    no table entries apply.
;
;
; Cost table:
;
;    The COST statement at the head of the table takes two
;    arguments, which are the default costs in pennies to apply to
;    domestic and international calls, respectively.
;
;    Each entry in the cost table consists of a partial phone number
;    followed by a cost in pennies for sending a message to any node
;    whose phone number begins with that string.  As with the dialing
;    table, the first matching entry is the one that is used.
;
;    Cost table entries can take an optional third item, which is a
;    maximum baud rate to use when calling into that area.  This can be
;    used to allow for "trouble spots".  You cannot specify a baud rate
;    without also specifying a cost.
;
;
;    An example follows:
;
cost 25 125
    ;
    ; Free Calling Area            
    ;
    1-303-236   0
    1-303-252   0
    1-303-286   0
    1-303-321   0
    1-303-322   0
    1-303-360   0
    1-303-363   0
    1-303-367   0
    1-303-377   0
    1-303-423   0
    1-303-430   0
    1-303-443   0
    1-303-444   0
    1-303-455   0
    1-303-465   0
    1-303-497   0
    1-303-499   0
    1-303-534   0
    1-303-650   0
    1-303-659   0
    1-303-671   0
    1-303-674   0
    1-303-690   0
    1-303-698   0
    1-303-789   0
    1-303-795   0
    1-303-896   0
    1-303-841   0
    1-303-871   0
    1-303-972   0
    1-303-973   0
    1-303-979   0
    ;
    ; Domestic long distance charges
    ;
    1-200-    25
    1-201-    25        ;New Jersey
    1-202-    25        ;District of Columba
    1-203-    25        ;Connecticut
    1-204-    25        ;Manitoba Canada
    1-205-    25        ;Alabama
    1-206-    25        ;Washington
    1-207-    25        ;Main
    1-208-    25        ;Idaho
    1-209-    25        ;California
    1-210-    45
    1-211-    45
    1-212-    25        ;New York
    1-213-    25        ;California
    1-214-    25        ;Texas
    1-215-    25        ;Pennsylvania
    1-216-    25        ;Ohio
    1-217-    25        ;Illinois
    1-218-    25        ;Minnesota
    1-219-    25        ;Indiana
    1-300-    25
    1-301-    25        ;Maryland
    1-302-    25        ;Delaware
    1-303-    25        ;Colorado
    1-304-    25        ;West Virginia
    1-305-    25        ;Florida
    1-306-    25        ;Saskatchewan
    1-307-    25        ;Wyoming
    1-308-    25        ;Nebraska
    1-309-    25        ;Illinois
    1-310-    25
    1-311-    25
    1-312-    25        ;Illinois
    1-313-    25        ;Michigan
    1-314-    25        ;Missouri
    1-315-    25        ;New York
    1-316-    25        ;Kansas
    1-317-    25        ;Indiana
    1-318-    25        ;Louisiana
    1-319-    25        ;Iowa
    1-400-    25
    1-401-    25        ;Rhode Island
    1-402-    25        ;Nebraska
    1-403-    25        ;Northwest Territories
    1-404-    25        ;Georgia 
    1-405-    25        ;Oklahoma
    1-406-    25        ;Montana
    1-407-    25
    1-408-    25        ;California
    1-409-    25        ;Texas
    1-410-    25
    1-411-    25
    1-412-    25        ;Pennsylvania
    1-413-    25        ;Massachusetts
    1-414-    25        ;Wisconsin
    1-415-    25        ;California
    1-416-    25        ;Ontario
    1-417-    25        ;Missouri
    1-418-    25        ;Quebec
    1-419-    25        ;Ohio
    1-500-    25
    1-501-    25        ;Arkansas
    1-502-    25        ;Kentucky
    1-503-    25        ;Oregon
    1-504-    25        ;Louisiana
    1-505-    25        ;New Mexico
    1-506-    25        ;New Brunswick
    1-507-    25        ;Minnesota
    1-508-    25
    1-509-    25        ;Washington
    1-510-    25
    1-511-    25
    1-512-    25        ;Texas
    1-513-    25        ;Ohio
    1-514-    25        ;Quebec
    1-515-    25        ;Iowa
    1-516-    25        ;New York
    1-517-    25        ;Michigan
    1-518-    25        ;New York
    1-519-    25        ;Ontario
    1-600-    25
    1-601-    25        ;Mississippi
    1-602-    25        ;Arizona
    1-603-    25        ;New Hampshire
    1-604-    25        ;British Columbia
    1-605-    25        ;South Dakota
    1-606-    25        ;Kentucky
    1-607-    25        ;New York
    1-608-    25        ;Wisconsin
    1-609-    25        ;New Jersey
    1-610-    25
    1-611-    25
    1-612-    25        ;Minnesota
    1-613-    25        ;Ontario
    1-614-    25        ;Ohio
    1-615-    25        ;Tennessee
    1-616-    25        ;Michigan
    1-617-    25        ;Massachusetts
    1-618-    25        ;Illinois
    1-619-    25        ;California
    1-700-    25
    1-701-    25        ;North Dakota
    1-702-    25        ;Nevada
    1-703-    25        ;Virginia
    1-704-    25        ;North Carolina
    1-705-    25        ;Ontario
    1-706-    25        ;Mexico
    1-707-    25        ;California
    1-708-    25
    1-709-    25        ;Newfoundland
    1-710-    25
    1-711-    25
    1-712-    25        ;Iowa
    1-713-    25        ;Texas
    1-714-    25        ;California
    1-715-    25        ;Wisconsin
    1-716-    25        ;New York
    1-717-    25        ;Pennsylvania
    1-718-    25
    1-719-    25
    1-800-     0
    1-801-    25        ;Utah  
    1-802-    25        ;Vermont
    1-803-    25        ;South Carolina
    1-804-    25        ;Virginia
    1-805-    25        ;California
    1-806-    25        ;Texas
    1-807-    25        ;Ontario
    1-808-    25        ;Hawaii
    1-809-    25        ;Caribbean Islands
    1-810-    25
    1-811-    25
    1-812-    25        ;Indiana
    1-813-    25        ;Florida
    1-814-    25        ;Pennsylvaina
    1-815-    25        ;Illinois
    1-816-    25        ;Missouri
    1-817-    25        ;Texas
    1-818-    25        ;California
    1-819-    25        ;Quebec
    1-900-    50
    1-901-    25        ;Tennessee
    1-902-    25        ;Nova Scotia/ Prince Edward Island
    1-903-    25
    1-904-    25        ;Florida
    1-905-    25        ;Mexico
    1-906-    25        ;Michigan
    1-907-    25        ;Alaska
    1-908-    25
    1-909-    25
    1-910-    25
    1-911-    25
    1-912-    25        ;Georgia
    1-913-    25        ;Kansas
    1-914-    25        ;New York
    1-915-    25        ;Texas
    1-916-    25        ;California
    1-917-    25
    1-918-    25        ;Oklahoma
    1-919-    25        ;North Carolina
    ;
    ; International Direct Dialing charges
    ;
    684-     133        ;American Samoa
    33-78-   133        ;Andorra
    54-      156        ;Argentina
    61-      238        ;Australia
    43-      133        ;Austria
    973-     133        ;Bahrain
    32-      133        ;Belgium
    501-     133        ;Belize
    591-     133        ;Bolivia
    55-      156        ;Brazil
    56-      156        ;Chile
    57-      133        ;Colombia
    506-     147        ;Costa Rica
    357-     133        ;Cyprus
    45-      133        ;Denmark
    593-     156        ;Ecuador
    503-     147        ;El Salvador
    679-     238        ;Fiji Islands
    358-     133        ;Finland
    33-56-   133        ;Bordeaux, France
    33-91-   133        ;Marseille, France
    33-93-   133        ;Nice, France
    33-1-    133        ;Paris, France
    596-     133        ;French Antilles
    689-     238        ;French Polynesia
    37-      133        ;Germany Dem. Republic
    49-      133        ;Germany Federal Republic
    30-      133        ;Greece
    671-     238        ;Guam
    502-     147        ;Guatemala
    592-     156        ;Guyana
    509-     133        ;Haiti
    504-     147        ;Hounduras
    852-     238        ;Hong Kong
    354-     133        ;Iceland
    62-      238        ;Indonesia
    98-      208        ;Iran
    964-     208        ;Iraq
    353-     133        ;Ireland
    972-     208        ;Israel
    39-      133        ;Italy
    225-     133        ;Ivory Coast Republic
    81-      238        ;Japan
    254-     162        ;Kenya
    82-      238        ;Korea
    965-     208        ;Kuwait
    231-     133        ;Liberia
    218-     133        ;Libyan A.P.S.J.
    41-75-   133        ;Liechtenstein
    352-     133        ;Luxembourg
    60-      133        ;Malaysia
    70-      147        ;Mexico
    31-      133        ;Netherlands
    599-     133        ;Netherlands Antelles
    687-     133        ;New Caledonia
    64-      238        ;New Zealand
    505-     147        ;Nicaragua
    234-     133        ;Nigeria Federal Republic
    47-      133        ;Norway
    507-     147        ;Panama
    675-     238        ;Papua New Guinea
    595-     133        ;Paraguay
    51-      156        ;Peru
    63-      156        ;Phillippines
    351-     133        ;Portugal
    974-     133        ;Qatar
    40-      133        ;Romania
    966-     208        ;Saudi Arabia
    221-     133        ;Senegal
    65-      238        ;Singapore
    27-      162        ;South Aferica
    34-      133        ;Spain
    597-     133        ;Suriname
    94-      133        ;Sri Lanka
    46-      133        ;Sweden
    41-31-   133        ;Berne, Switzerland
    41-22-   133        ;Geneva, Switzerland
    41-1-    133        ;Zurich, Switzerland
    886-     238        ;Taiwan
    66-      238        ;Thailand
    216-     133        ;Tunisia
    90-      133        ;Turkey
    971-     208        ;United Arab Emirates
    44-      133        ;United Kingdom
    58-      156        ;Venezuela
    38-      133        ;Yugoslavia
END